home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / man / local.mk < prev    next >
Text File  |  1988-12-28  |  479b  |  16 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. #include    <$(SYSMAKEFILE)>
  9.  
  10. #
  11. # Add more install stuff for configuration file.
  12. #
  13. install        :: installconfig
  14. installconfig    : .SILENT
  15.     $(UPDATE) -m 444 $(INSTALLFLAGS) config /sprite/lib/man/config
  16.